home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / gnu / xpdf-0.8-src.lha / xpdf-0.8-src / config.status < prev    next >
Text File  |  1999-03-28  |  5KB  |  171 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host 5dyn91.rijswzh.casema.net:
  6. #
  7. # ./configure 
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.12"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29. ac_given_INSTALL="/bin/install -c"
  30.  
  31. trap 'rm -fr Makefile xpdf/Makefile ltk/Makefile goo/Makefile conftest*; exit 1' 1 2 15
  32.  
  33. # Protect against being on the right side of a sed subst in config.status.
  34. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  35.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  36. /^[     ]*VPATH[     ]*=[^:]*$/d
  37.  
  38. s%@CFLAGS@%-g -O2%g
  39. s%@CPPFLAGS@%%g
  40. s%@CXXFLAGS@%-g -O2%g
  41. s%@DEFS@% -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 %g
  42. s%@LDFLAGS@%%g
  43. s%@LIBS@%%g
  44. s%@exec_prefix@%${prefix}%g
  45. s%@prefix@%/usr/local%g
  46. s%@program_transform_name@%s,x,x,%g
  47. s%@bindir@%${exec_prefix}/bin%g
  48. s%@sbindir@%${exec_prefix}/sbin%g
  49. s%@libexecdir@%${exec_prefix}/libexec%g
  50. s%@datadir@%${prefix}/share%g
  51. s%@sysconfdir@%${prefix}/etc%g
  52. s%@sharedstatedir@%${prefix}/com%g
  53. s%@localstatedir@%${prefix}/var%g
  54. s%@libdir@%${exec_prefix}/lib%g
  55. s%@includedir@%${prefix}/include%g
  56. s%@oldincludedir@%/usr/include%g
  57. s%@infodir@%${prefix}/info%g
  58. s%@mandir@%${prefix}/man%g
  59. s%@OPTIONS@%%g
  60. s%@CC@%gcc%g
  61. s%@CXX@%c++%g
  62. s%@INSTALL_PROGRAM@%${INSTALL}%g
  63. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  64. s%@RANLIB@%ranlib%g
  65. s%@STRIP@%strip%g
  66. s%@EXE@%%g
  67. s%@LIBPREFIX@%lib%g
  68. s%@AR@%ar rc%g
  69. s%@CPP@%gcc -E%g
  70. s%@X_CFLAGS@% -I/usr/X11R6.3/include%g
  71. s%@X_PRE_LIBS@%%g
  72. s%@X_LIBS@% -L/usr/X11R6.3/lib%g
  73. s%@X_EXTRA_LIBS@%%g
  74. s%@Xpm_LIBS@%%g
  75. s%@Xpm_CFLAGS@%%g
  76.  
  77. CEOF
  78.  
  79. # Split the substitutions into bite-sized pieces for seds with
  80. # small command number limits, like on Digital OSF/1 and HP-UX.
  81. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  82. ac_file=1 # Number of current file.
  83. ac_beg=1 # First line for current file.
  84. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  85. ac_more_lines=:
  86. ac_sed_cmds=""
  87. while $ac_more_lines; do
  88.   if test $ac_beg -gt 1; then
  89.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  90.   else
  91.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  92.   fi
  93.   if test ! -s conftest.s$ac_file; then
  94.     ac_more_lines=false
  95.     rm -f conftest.s$ac_file
  96.   else
  97.     if test -z "$ac_sed_cmds"; then
  98.       ac_sed_cmds="sed -f conftest.s$ac_file"
  99.     else
  100.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  101.     fi
  102.     ac_file=`expr $ac_file + 1`
  103.     ac_beg=$ac_end
  104.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  105.   fi
  106. done
  107. if test -z "$ac_sed_cmds"; then
  108.   ac_sed_cmds=cat
  109. fi
  110.  
  111. CONFIG_FILES=${CONFIG_FILES-"Makefile xpdf/Makefile ltk/Makefile goo/Makefile"}
  112. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  113.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  114.   case "$ac_file" in
  115.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  116.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  117.   *) ac_file_in="${ac_file}.in" ;;
  118.   esac
  119.  
  120.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  121.  
  122.   # Remove last slash and all that follows it.  Not all systems have dirname.
  123.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  124.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  125.     # The file is in a subdirectory.
  126.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  127.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  128.     # A "../" for each directory in $ac_dir_suffix.
  129.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  130.   else
  131.     ac_dir_suffix= ac_dots=
  132.   fi
  133.  
  134.   case "$ac_given_srcdir" in
  135.   .)  srcdir=.
  136.       if test -z "$ac_dots"; then top_srcdir=.
  137.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  138.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  139.   *) # Relative path.
  140.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  141.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  142.   esac
  143.  
  144.   case "$ac_given_INSTALL" in
  145.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  146.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  147.   esac
  148.  
  149.   echo creating "$ac_file"
  150.   rm -f "$ac_file"
  151.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  152.   case "$ac_file" in
  153.   *Makefile*) ac_comsub="1i\\
  154. # $configure_input" ;;
  155.   *) ac_comsub= ;;
  156.   esac
  157.  
  158.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  159.   sed -e "$ac_comsub
  160. s%@configure_input@%$configure_input%g
  161. s%@srcdir@%$srcdir%g
  162. s%@top_srcdir@%$top_srcdir%g
  163. s%@INSTALL@%$INSTALL%g
  164. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  165. fi; done
  166. rm -f conftest.s*
  167.  
  168.  
  169.  
  170. exit 0
  171.